.w1440 {
  width: 14.4rem;
  margin: 0 auto;
  position: relative;
  font-size: 0;
  z-index: 2;
}

@media (max-width: 1460px) {
  .w1440 {
    width: 94%;
  }
}

.w1600 {
  width: 16rem;
  margin: 0 auto;
  position: relative;
  font-size: 0;
  z-index: 2;
}

@media (max-width: 1620px) {
  .w1600 {
    width: 94%;
  }
}

.w1280 {
  width: 12.8rem;
  margin: 0 auto;
  position: relative;
  font-size: 0;
  z-index: 2;
}

@media (max-width: 1300px) {
  .w1280 {
    width: 94%;
  }
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  transition: all ease 0.5s;
  background-color: #fff;
  box-shadow: 0px 11px 40px 0px rgba(126, 69, 179, 0.05);
}

header .hop {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-size: 0;
  position: relative;
  z-index: 12;
}

header .logo {
  display: inline-block;
  vertical-align: middle;
  width: 1.64rem;
}

header .logo a, header .logo img {
  width: 100%;
  display: block;
}

header .hrm {
  display: inline-block;
  vertical-align: middle;
  flex: 1;
}

header .htm {
  width: 100%;
  text-align: right;
  font-size: 0;
  padding: 0.12rem 0 0.04rem;
}

header .htm .ss {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

header .htm .ss img {
  width: 100%;
  display: block;
}

header .htm .menu {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: none;
}

header .htm .menu img {
  width: 100%;
  display: block;
}

header .htm .lx {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 16px;
  background-color: #dedede;
  margin: 0 0.28rem;
}

header .htm .tel {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  color: #683b9a;
  line-height: 2;
}

header .htm .tel span {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  position: relative;
  top: -0.02rem;
  margin-right: 0.1rem;
}

header .htm .tel span img {
  width: 100%;
  display: block;
}

header .hbm {
  width: 100%;
}

header .black {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 12;
  cursor: pointer;
}

header .sear {
  width: 100%;
  font-size: 0;
  padding: 0.3rem 0.3rem;
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1;
  background: #fff;
  top: calc(100% + 0.1rem);
  top: 100%;
  box-shadow: 0px 11px 40px 0px rgba(126, 69, 179, 0.05);
}

header .sear form {
  width: 100%;
  font-size: 0;
  margin: 0 auto;
  max-width: 10rem;
  display: block;
  border-radius: 0.2rem;
  overflow: hidden;
  background: #f6f6f6;
}

header .sear .input {
  width: calc(100% - 1rem);
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  background: #f6f6f6;
}

header .sear .input input {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  background: #f6f6f6;
  color: #666666;
  line-height: 2.5;
  height: 2.5em;
  padding: 0 0.2rem;
  border: none;
}

header .sear .submxt {
  width: 1rem;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

header .sear .submxt input {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  background: #683b9a;
  color: #fff;
  line-height: 2.5;
  border-radius: 1.25em;
  padding: 0 0.2rem;
  border: none;
  text-align: center;
  cursor: pointer;
}

header nav {
  flex: 1;
  text-align: right;
}

header nav .natem {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
}

header nav .natem .nas {
  width: auto;
  display: inline-block;
  position: relative;
  margin-left: 0.3rem;
}

header nav .natem .nas a {
  display: inline-block;
  line-height: 3.5;
  line-height: 0.8rem;
  color: #333;
  position: relative;
}

header nav .natem .nas:after {
  content: ' ';
  position: absolute;
  left: 50%;
  bottom: 0rem;
  transform: translateX(-50%);
  opacity: 0;
  width: 100%;
  height: 0.04rem;
  background-color: #683b9a;
}

header nav .natem .navuls {
  width: 2.2rem;
  width: 2rem;
  position: absolute;
  z-index: 101;
  left: calc(50% + 0.15rem);
  top: 100%;
  transform: translateX(-50%);
  background-color: white;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.09);
  padding: 0.1rem 0rem;
  display: none;
}

header nav .natem .navuls ul {
  width: 100%;
}

header nav .natem .navuls ul li {
  width: 100%;
  position: relative;
}

header nav .natem .navuls ul li .njm {
  width: 100%;
  font-size: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

header nav .natem .navuls ul li .ns {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  line-height: 3;
  color: #222;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 0.1rem;
  position: relative;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
}

header nav .natem .navuls ul li .ns:after {
  content: ' ';
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.06rem;
  height: 0.1rem;
  background-image: url("../images/r1.png");
  background-size: 100% 100%;
}

header nav .natem .navuls ul li .theul {
  width: 100%;
  background-color: #fff;
  display: none;
}

header nav .natem .navuls ul li .theul li {
  width: 100%;
  font-size: 0;
}

header nav .natem .navuls ul li .theul li .xn {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 2.5;
  padding: 0 0.2rem;
}

header nav .natem .navuls ul li .theul li .xn:hover {
  color: #683b9a;
}

header nav .natem .navuls ul li:hover .ns {
  color: #683b9a;
  background-color: #683b9a;
  color: #fff;
}

header nav .natem .navuls ul li.has-the:after {
  content: "+";
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  position: absolute;
  background: none;
  right: 0;
  left: auto;
  transform: translateX(0);
  top: 0.05rem;
  font-size: 20px;
  color: #333;
  border: none;
  display: none;
}

header nav .natem .navuls ul li.has-the.show:after {
  content: "-";
}

header nav .natem.on .nas a {
  color: #683b9a;
}

header nav .natem.on .nas:after {
  opacity: 1;
}

header nav .natem:hover .nas a {
  color: #683b9a;
}

header nav .natem:hover .nas:after {
  opacity: 1;
}

@media (max-width: 900px) {
  header .htm {
    padding: 0.2rem 0;
  }
  header .htm .menu {
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 23px;
    margin-left: 0.2rem;
  }
  header nav {
    width: 80%;
    position: fixed;
    max-width: 90%;
    right: 0;
    top: 0;
    left: auto;
    height: 100vh;
    background-color: #fff;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: auto;
    z-index: 500;
    transform: translate(100%, 0);
    transition: transform .3s;
    padding-left: 0.1rem;
    padding: 0.1rem;
    display: block;
    text-align: left;
  }
  header nav .natem {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: auto;
    width: 100%;
    padding: 0.1rem 0;
  }
  header nav .natem .nas {
    width: auto;
    display: inline-block;
    width: 100%;
  }
  header nav .natem .nas a {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    line-height: 2.5;
    color: #333;
    font-weight: bold;
    padding: 0 0.3rem;
    position: relative;
  }
  header nav .natem .nas a:hover {
    color: #683b9a;
    background-color: transparent;
  }
  header nav .natem .navuls {
    width: 100%;
    position: relative;
    z-index: 101;
    left: 0%;
    top: 0%;
    transform: translateX(0%);
    background: #fff;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.09);
    display: none;
  }
  header nav .natem .navuls ul {
    width: 100%;
    padding: 0.1rem 0.3rem;
  }
  header nav .natem .navuls ul li {
    width: 100%;
    display: block;
    position: relative;
  }
  header nav .natem .navuls ul li .ns {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    line-height: 3;
    color: #333;
    text-align: left !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 0.2rem;
    background: #fff;
    position: relative;
  }
  header nav .natem .navuls ul li .ns:hover {
    color: #683b9a;
  }
  header nav .natem .navuls ul li .ns:after {
    content: ' ';
    position: absolute;
    right: 0.3rem;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 12px;
    background-image: url("../images/r.png");
    background-size: 100% 100%;
  }
  header nav .natem .navuls ul li + li {
    border-top: solid 1px #eee;
  }
  header nav .natem .navuls ul li:hover .ns {
    background-color: transparent;
    color: #683b9a;
  }
  header nav .natem .navuls ul li.has-the:after {
    display: block;
  }
  header nav .natem:before {
    display: none !important;
  }
  header nav .natem.on .nas:after {
    display: none;
  }
  header nav .natem.has-nav:after {
    content: "+";
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    position: absolute;
    background: none;
    right: 0;
    left: auto;
    transform: translateX(0);
    top: 0.05rem;
    font-size: 20px;
    color: #333;
    border: none;
  }
  header nav .natem.has-nav.show:after {
    content: "-";
  }
  header.menu-state .w1440 {
    z-index: 15;
  }
  header.menu-state nav {
    transform: translate(0, 0);
  }
  header.menu-state .black {
    display: block;
  }
}

.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.banner .swiper-slide {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.banner .swiper-slide a {
  width: 100%;
  display: block;
}

.banner .swiper-slide .pcimg {
  width: 100%;
  padding-top: 20.83%;
  display: block;
}

.banner .swiper-slide .phimg {
  width: 100%;
  padding-top: 45.29%;
  display: none;
}

.banner .swiper-slide .voc {
  background-color: #000;
  object-fit: cover;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner .swiper-slide .sox {
  position: absolute;
  left: calc((240 / 1920) * 100%);
  top: 50%;
  transform: translateY(-50%);
  width: 8.45rem;
  max-width: 94%;
}

.banner .swiper-slide .sox .st {
  width: 100%;
  color: #fff;
  line-height: 1.3;
}

.banner .swiper-slide .sox .lx {
  width: 100%;
  border-bottom: solid 1px rgba(200, 204, 221, 0.2);
  font-size: 0;
  margin: 0.4rem 0 0.2rem;
}

.banner .swiper-slide .sox .lx span {
  display: inline-block;
  vertical-align: middle;
  width: 0.36rem;
  height: 2px;
  background-color: #fff;
  position: relative;
  top: 0.5px;
  z-index: 1;
}

.banner .swiper-slide .sox .sinp {
  width: 100%;
  color: #fff;
  line-height: 1.8;
}

.banner .swiper-slide .sox .sinp p {
  color: #fff;
  line-height: 1.8;
}

.banner .swiper-pagination {
  font-size: 0;
  text-align: center;
  bottom: 0.4rem;
  z-index: 10;
}

.banner .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.banner .swiper-pagination-bullet-active {
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
}

@media (max-width: 1460px) {
  .banner .swiper-slide .sox {
    left: 3%;
  }
}

@media (max-width: 800px) {
  .banner .swiper-slide .sox .st {
    font-size: 16px;
  }
  .banner .swiper-slide .sox .lx {
    margin: 0.35rem 0 0.15rem;
  }
  .banner .swiper-slide .sox .sinp {
    font-size: 12px;
  }
  .banner .swiper-slide .pcimg {
    display: none;
  }
  .banner .swiper-slide .phimg {
    display: block;
  }
}

footer {
  width: 100%;
  background-color: #7e45b3;
}

footer .fop {
  width: 100%;
  padding: 0.4rem 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0;
}

footer .fop .fogo {
  display: inline-block;
  vertical-align: middle;
  width: 1.52rem;
}

footer .fop .fogo a, footer .fop .fogo img {
  width: 100%;
  display: block;
}

footer .fop .select {
  display: inline-block;
  vertical-align: middle;
  width: 3.5rem;
  position: relative;
}

footer .fop .select .savle {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0.1rem 0 0.1rem 0;
  padding: 0 0.3rem;
  line-height: 3.5;
  height: 3.5em;
  color: #fff;
  position: relative;
}

footer .fop .select .savle:after {
  content: ' ';
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.16rem;
  height: 0.09rem;
  background-image: url("../images/x1.png");
  background-size: 100% 100%;
}

footer .fop .select .seluls {
  position: absolute;
  width: 100%;
  z-index: 10;
  bottom: 100%;
  left: 0;
  display: none;
  background-color: rgba(126, 69, 179, 0.3);
}

footer .fop .select .seluls .sli {
  width: 100%;
}

footer .fop .select .seluls .sli a {
  width: 100%;
  display: block;
  color: #333;
  line-height: 3;
  height: 3em;
  padding: 0 0.3rem;
}

footer .fop .select .seluls .sli a:hover {
  color: #333;
}

footer .fom {
  width: 100%;
  padding: 0.5rem 0;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .fom .fol {
  width: calc((1080 / 1440 * 100%));
  display: inline-block;
  vertical-align: top;
}

footer .fom .fol .flist {
  display: inline-block;
  vertical-align: top;
  width: calc((180 / 1080) * 100%);
  padding-right: 0.1rem;
}

footer .fom .fol .flist .fit {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.25rem;
}

footer .fom .fol .flist .fit a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1.5;
  opacity: 0.8;
  transition: all ease 0.5s;
}

footer .fom .fol .flist .fit a:hover {
  opacity: 1;
}

footer .fom .fol .flist .ful {
  width: 100%;
}

footer .fom .fol .flist .ful a {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.3);
  line-height: 2;
  transition: all ease 0.5s;
}

footer .fom .fol .flist .ful a:hover {
  color: #fff;
}

footer .fom .fol .flist .ful div {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.3);
  line-height: 2;
  transition: all ease 0.5s;
}

footer .fom .for {
  width: calc((340 / 1440 * 100%));
  display: inline-block;
  vertical-align: top;
  text-align: right;
}

footer .fom .for .cop {
  width: 100%;
}

footer .fom .for .cop .cum {
  width: 100%;
  font-size: 0;
}

footer .fom .for .cop .cum .cd {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1.5;
}

footer .fom .for .cop .cum .cv {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  margin-left: 0.1rem;
}

footer .fom .for .cinp {
  width: 100%;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1.8;
  margin: 0.1rem 0 0.2rem;
}

footer .fom .for .cinp p {
  color: rgba(255, 255, 255, 0.3);
  line-height: 1.8;
}

footer .fom .for .codm {
  width: 100%;
  font-size: 0;
}

footer .fom .for .codm .mg {
  display: inline-block;
  vertical-align: middle;
  width: 1.08rem;
}

footer .fom .for .codm .mg img {
  width: 100%;
  display: block;
}

@media (max-width: 800px) {
  footer .fom .fol {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  footer .fom .fol .flist {
    width: 100%;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    position: relative;
  }
  footer .fom .fol .flist .fit {
    width: 100%;
    margin-bottom: 0;
    padding: 0.3rem 0;
  }
  footer .fom .fol .flist .lx {
    display: none;
  }
  footer .fom .fol .flist .ful {
    width: 100%;
    font-size: 0;
    padding-bottom: 0.15rem;
    display: none;
  }
  footer .fom .fol .flist .ful a {
    line-height: 2;
  }
  footer .fom .fol .flist:first-child {
    border-top: solid 1px rgba(255, 255, 255, 0.2);
  }
  footer .fom .fol .flist.has-ful:after {
    content: " ";
    display: inline-block;
    width: 16px;
    height: 9px;
    background-image: url("../images/x1.png");
    background-position: center;
    background-size: 100% 100%;
    text-align: center;
    position: absolute;
    right: 0.2rem;
    left: auto;
    transform: translateX(0);
    top: 0.4rem;
    color: #333;
    border: none;
    transition: all ease 0.5s;
  }
  footer .fom .fol .flist.has-ful.show:after {
    content: " ";
    transform: translateX(0) rotate(180deg);
  }
  footer .fom .for {
    width: 100%;
    text-align: left;
  }
}

.special {
  width: 100%;
  background-color: #fff;
  padding: 0.6rem 0;
}

.special .somd {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  border-radius: 0.1rem;
  overflow: hidden;
}

.special .somd .sit {
  width: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  background-color: #683b9a;
  align-items: center;
  justify-content: center;
}

.special .somd .sit span {
  display: inline-block;
  vertical-align: middle;
  width: 1.5em;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}

.special .somd .vom {
  display: inline-block;
  vertical-align: middle;
  width: calc((330 / 1440 * 100%));
  position: relative;
  overflow: hidden;
}

.special .somd .vom a {
  width: 100%;
  height: 100%;
  display: block;
}

.special .somd .vom .img {
  width: 100%;
  height: 100%;
  transition: all ease 0.5s;
}

.special .somd .vom:hover .img {
  transform: scale(1.1);
}

.special .somd .spom {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.9rem - (330 / 1440 * 100%));
  background-color: #f3f6ff;
  padding: 0.4rem;
}

.special .somd .spom .stm {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.4rem;
}

.special .somd .spom .stm a {
  width: 100%;
  display: block;
}

.special .somd .spom .stm .st {
  width: 100%;
  color: #888;
  line-height: 1.5;
}

.special .somd .spom .stm .som {
  width: 100%;
  color: #333;
  line-height: 1.5;
  height: 3em;
  margin: 0.15rem 0;
}

.special .somd .spom .stm .sd {
  width: 100%;
  color: #888;
}

.special .somd .spom .stm + .stm {
  border-left: dashed 1px #bfccf3;
}

.special .somd .spom .stm:hover .som {
  color: #7e45b3;
}

@media (max-width: 800px) {
  .special .somd .vom {
    width: calc(100% - 0.9rem);
  }
  .special .somd .vom .img {
    width: 100%;
    padding-top: 50%;
  }
  .special .somd .spom {
    width: 100%;
    padding: 0 0.4rem;
  }
  .special .somd .spom .stm {
    width: 100%;
    padding: 0.3rem 0;
  }
  .special .somd .spom .stm + .stm {
    border-left: none;
    border-top: dashed 1px #bfccf3;
  }
}

.news {
  width: 100%;
  padding: 0.8rem 0;
  background-color: #f3f6ff;
}

.news .newom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news .newom .nel {
  display: inline-block;
  vertical-align: middle;
  width: calc((685 / 1440) * 100%);
}

.news .newom .nel .nopem {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0.1rem;
}

.news .newom .nel .nopem a {
  width: 100%;
  display: block;
}

.news .newom .nel .nopem .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.news .newom .nel .nopem .imgs .img {
  width: 100%;
  padding-top: 52.55%;
  transition: all ease 0.5s;
}

.news .newom .nel .nopem .pom {
  width: 100%;
  padding: 0.3rem 0.4rem;
  background-color: #fff;
}

.news .newom .nel .nopem .pom .pm {
  width: 100%;
  color: #333;
  line-height: 1.5;
  height: 6em;
}

.news .newom .nel .nopem:hover .imgs .img {
  transform: scale(1.1);
}

.news .newom .nel .nopem:hover .pom {
  background-color: #683b9a;
}

.news .newom .nel .nopem:hover .pom .pm {
  color: #fff;
}

.news .newom .ner {
  display: inline-block;
  vertical-align: middle;
  width: calc((685 / 1440) * 100%);
}

.news .newom .ner .neom {
  width: 100%;
  background-color: #fff;
  border-radius: 0.1rem;
  overflow: hidden;
  font-size: 0;
}

.news .newom .ner .neom a {
  width: 100%;
  display: block;
}

.news .newom .ner .neom .imgs {
  display: inline-block;
  vertical-align: middle;
  width: calc((350 / 685 * 100%));
  position: relative;
  overflow: hidden;
}

.news .newom .ner .neom .imgs .img {
  width: 100%;
  padding-top: 70%;
  transition: all ease 0.5s;
}

.news .newom .ner .neom .eom {
  display: inline-block;
  vertical-align: middle;
  width: calc((334 / 685 * 100%));
  padding: 0.1rem 0.3rem;
}

.news .newom .ner .neom .eom .st {
  width: 100%;
  color: #666;
  line-height: 1.5;
}

.news .newom .ner .neom .eom .som {
  width: 100%;
  color: #333;
  line-height: 1.5;
  height: 3em;
  margin: 0.15rem 0;
}

.news .newom .ner .neom .eom .sd {
  width: 100%;
  color: #666;
  line-height: 1.5;
  height: 3em;
}

.news .newom .ner .neom:hover .imgs .img {
  transform: scale(1.1);
}

.news .newom .ner .neom:hover .eom .som {
  color: #683b9a;
}

.news .newom .ner .neuls {
  width: 100%;
  margin-top: 0.2rem;
}

.news .newom .ner .neuls .nli {
  width: 100%;
  padding: 0.08rem 0;
}

.news .newom .ner .neuls .nli a {
  width: 100%;
  display: block;
  font-size: 0;
}

.news .newom .ner .neuls .nli .dd {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  margin-right: 0.2rem;
  border: solid 0.07rem;
  border-color: transparent transparent transparent #d2d2d2;
}

.news .newom .ner .neuls .nli .dm {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.35rem);
  color: #666;
  line-height: 1.5;
}

.news .newom .ner .neuls .nli:hover .dd {
  border-color: transparent transparent transparent #683b9a;
}

.news .newom .ner .neuls .nli:hover .dm {
  color: #683b9a;
}

.news .newom .nops {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}

.news .newom .nops span {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
}

.news .newom .nops a {
  display: inline-block;
  vertical-align: middle;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #683b9a;
  border-radius: 50%;
}

.news .newom .nops a img {
  width: 100%;
  display: block;
}

.modular {
  width: 100%;
}

.modular .mitop {
  width: 100%;
  text-align: center;
  margin-bottom: 0.6rem;
}

.modular .mitop .mit {
  width: 100%;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
}

.modular .mitop .mp {
  width: 100%;
  color: #555;
  line-height: 1.5;
}

.business {
  width: 100%;
  background-color: #fff;
  padding: 0.8rem 0;
}

.business .busnavs {
  width: 100%;
  box-shadow: 0px 11px 40px 0px rgba(126, 69, 179, 0.1);
}

.business .busnavs .busnav {
  width: 100%;
}

.business .busnavs .busnav .swiper-slide {
  width: 100%;
  font-size: 0;
  text-align: center;
  cursor: pointer;
}

.business .busnavs .busnav .swiper-slide .mid {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.business .busnavs .busnav .swiper-slide .mid .ic {
  display: inline-block;
  vertical-align: middle;
  width: 0.36rem;
  height: 0.36rem;
  margin-right: 0.1rem;
}

.business .busnavs .busnav .swiper-slide .mid .ic img {
  width: 100%;
  display: block;
}

.business .busnavs .busnav .swiper-slide .mid .ic img:first-child {
  display: block;
}

.business .busnavs .busnav .swiper-slide .mid .ic img:last-child {
  display: none;
}

.business .busnavs .busnav .swiper-slide .mid .cm {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 0.8rem;
}

.business .busnavs .busnav .swiper-slide.on .mid .ic img:first-child, .business .busnavs .busnav .swiper-slide:hover .mid .ic img:first-child {
  display: none;
}

.business .busnavs .busnav .swiper-slide.on .mid .ic img:last-child, .business .busnavs .busnav .swiper-slide:hover .mid .ic img:last-child {
  display: block;
}

.business .busnavs .busnav .swiper-slide.on .mid .cm, .business .busnavs .busnav .swiper-slide:hover .mid .cm {
  color: #683b9a;
}

.business .casomt {
  width: 100%;
  margin-top: 0.6rem;
}

.business .casomt .casom {
  width: 100%;
  display: none;
}

.business .casomt .casom.on {
  display: block;
}

.business .busem {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

.business .busem .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.business .busem .imgs .img {
  width: 100%;
  padding-top: 36.11%;
}

.business .busem .roms {
  position: absolute;
  z-index: 5;
  right: 0;
  height: 100%;
  top: 0;
  width: calc(524 / 1440 * 100%);
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding: 0.3rem 0.8rem 0.3rem calc((126 / 1440 * 100%));
  overflow: hidden;
}

.business .busem .roms .rit {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0.15rem;
}

.business .busem .roms .lx {
  width: 100%;
  font-size: 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  margin: 0.15rem 0;
}

.business .busem .roms .lx span {
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  width: 0.36rem;
  height: 2px;
}

.business .busem .roms .rinp {
  width: 100%;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.8;
  margin: 0.15rem 0;
  height: 1.8rem;
  overflow: auto;
  padding-right: 0.15rem;
}

.business .busem .roms .rinp::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  scrollbar-arrow-color: rgba(0, 0, 0, 0.1);
}

.business .busem .roms .rinp::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.8);
  scrollbar-arrow-color: rgba(0, 0, 0, 0.1);
}

.business .busem .roms .rinp::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.1);
}

.business .busem .roms .rinp p {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.8;
}

.business .busem .roms .more {
  width: 100%;
  font-size: 0;
  margin-top: 0.15rem;
}

.business .busem .roms .more a {
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  line-height: 2.5;
  padding: 0 0.25rem;
  color: #7e45b3;
  border-radius: 1.25em;
}

.business .busem .roms .more a span {
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 19px;
  margin-left: 0.1rem;
}

.business .busem .roms .more a span img {
  width: 100%;
  display: block;
}

.business .busem .roms .num {
  position: absolute;
  right: 0.2rem;
  font-weight: bold;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.15);
  -webkit-text-fill-color: transparent;
  font-weight: 550;
  word-break: break-all;
  bottom: -0.4rem;
}

@media (max-width: 800px) {
  .business .busem {
    width: 100%;
  }
  .business .busem .roms {
    position: relative;
    width: 100%;
    background-color: #7e45b3;
  }
}

.success {
  width: 100%;
  padding: 0.8rem 0 0;
}

.success .succlist {
  width: 100%;
  font-size: 0;
}

.success .succlist .sucom {
  display: inline-block;
  vertical-align: top;
  width: calc((264 / 1440) * 100%);
  margin-right: calc((23 / 1440) * 100%);
  border-radius: 0.1rem;
  overflow: hidden;
  transition: all ease 0.5s;
  margin-bottom: 0.3rem;
}

.success .succlist .sucom a {
  width: 100%;
  display: block;
  padding: 0.4rem;
  background-color: #f3f6ff;
}

.success .succlist .sucom .vc {
  width: 0.9rem;
  height: 0.9rem;
  display: block;
  margin: 0 auto 0.3rem;
  position: relative;
}

.success .succlist .sucom .vc .ic {
  width: 0.9rem;
  height: 0.9rem;
  display: block;
  border-radius: 50%;
  background-color: #e6e9fe;
  position: relative;
  z-index: 3;
}

.success .succlist .sucom .vc .ic img {
  width: 100%;
  display: block;
}

.success .succlist .sucom .vc .ic img:first-child {
  display: block;
}

.success .succlist .sucom .vc .ic img:last-child {
  display: none;
}

.success .succlist .sucom .vc .bor {
  position: absolute;
  z-index: 1;
  width: 1.3rem;
  height: 1.3rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.success .succlist .sucom .vc .bor img {
  width: 100%;
  display: block;
}

.success .succlist .sucom .pm {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 2;
}

.success .succlist .sucom:hover a {
  background-color: #7e45b3;
  box-shadow: 0px 11px 40px 0px rgba(126, 69, 179, 0.39);
}

.success .succlist .sucom:hover .vc .ic {
  background-color: #9662c7;
}

.success .succlist .sucom:hover .vc .ic img:first-child {
  display: none;
}

.success .succlist .sucom:hover .vc .ic img:last-child {
  display: block;
}

.success .succlist .sucom:hover .pm {
  color: #fff;
}

.success .succlist .sucom:nth-child(5n) {
  margin-right: 0;
}

.success .succlist .sucom:nth-child(5n+1) {
  transition-delay: 0.1s;
}

.success .succlist .sucom:nth-child(5n+2) {
  transition-delay: 0.2s;
}

.success .succlist .sucom:nth-child(5n+3) {
  transition-delay: 0.3s;
}

.success .succlist .sucom:nth-child(5n+4) {
  transition-delay: 0.4s;
}

.success .succlist .sucom:nth-child(5n+5) {
  transition-delay: 0.5s;
}

.success .retrieval {
  width: 100%;
  margin-top: 0.5rem;
  background-color: #f0effe;
  border-radius: 0.1rem;
  padding: 0.3rem 0.7rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.success .retrieval .rm {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  color: #333;
  line-height: 1.5;
  font-weight: bold;
  margin-right: 0.9rem;
}

.success .retrieval .rorm {
  display: inline-block;
  vertical-align: middle;
  flex: 1;
}

.success .retrieval .rorm form {
  width: 100%;
  display: block;
  font-size: 0;
  border-radius: 0.3rem;
  overflow: hidden;
}

.success .retrieval .rorm .input {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 1.7rem);
}

.success .retrieval .rorm .input input {
  width: 100%;
  line-height: 3.2;
  height: 3.2em;
  background-color: #fff;
  border: none;
  padding: 0 0.4rem;
  color: #333;
}

.success .retrieval .rorm .sub {
  display: inline-block;
  vertical-align: middle;
  width: 1.7rem;
}

.success .retrieval .rorm .sub input {
  width: 100%;
  display: block;
  color: #fff;
  background-color: #7e45b3;
  line-height: 3.2;
  height: 3.2em;
  text-align: center;
  cursor: pointer;
  border: none;
}

.messages {
  width: 100%;
  padding: 2rem 0 1rem;
  background-color: #f0effe;
  position: relative;
  overflow: hidden;
}

.messages:after {
  content: '';
  width: 120%;
  height: 3rem;
  position: absolute;
  left: -10%;
  top: -1.5rem;
  z-index: 1;
  border-radius: 0 0 50% 50%;
  background: #fff;
}

.messages .melom {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}

.messages .melom .mel {
  display: inline-block;
  vertical-align: top;
  width: calc((300 / 1440 * 100%));
}

.messages .melom .mel .mop {
  width: 100%;
  margin-bottom: 0.8rem;
}

.messages .melom .mel .mop .mit {
  width: 100%;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.12rem;
}

.messages .melom .mel .mop .mp {
  width: 100%;
  color: #555;
  line-height: 1.5;
}

.messages .melom .mel .more {
  width: 100%;
  font-size: 0;
}

.messages .melom .mel .more a {
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  background-color: #7e45b3;
  line-height: 2.5;
  padding: 0 0.25rem;
  color: #7e45b3;
  color: #fff;
  border-radius: 1.25em;
  position: relative;
  transition: all ease 0.5s;
}

.messages .melom .mel .more a span {
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 19px;
  margin-left: 0.1rem;
}

.messages .melom .mel .more a span img {
  width: 100%;
  display: block;
}

.messages .melom .mel .more a:hover {
  transform: scale(1.05);
}

.messages .melom .mer {
  display: inline-block;
  vertical-align: top;
  width: calc((1090 / 1440 * 100%));
}

.messages .melom .mer form {
  width: 100%;
  display: block;
  font-size: 0;
}

.messages .melom .mer .row {
  width: 100%;
}

.messages .melom .mer .row .input {
  display: inline-block;
  vertical-align: top;
  width: calc((520 / 1090) * 100%);
  margin-right: calc((49 / 1090 * 100%));
  margin-bottom: 0.2rem;
  font-size: 0;
  background-color: #fff;
  border-radius: 0.06rem;
  padding: 0 0.25rem;
  border: solid 1px #fff;
}
.messages .melom .mer .row .input.yzm{
  margin-top: 0.2rem;
  display: flex;
  padding-right: 0;
}
.messages .melom .mer .row .input.yzm .ic{
  display: none;
}

.messages .melom .mer .row .input .ic {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 0.25rem;
}

.messages .melom .mer .row .input .ic img {
  width: 100%;
  display: block;
}

.messages .melom .mer .row .input .int {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 20px - 0.25rem);
  border: none;
  background-color: transparent;
  color: #333;
  line-height: 3;
  height: 3em;
}
.messages .melom .mer .row .input.yzm .int{
  flex: 1;
  padding-right: 0.2rem;
}
.messages .melom .mer .row .input.yzm .ymg{
  display: inline-block;
  vertical-align: middle;
  height: 3em;
  width: auto ;
}

.messages .melom .mer .row .input:hover {
  border: solid 1px #8034c7;
}

.messages .melom .mer .row .input:nth-child(2n) {
  margin-right: 0;
}

.messages .melom .mer .seletm {
  width: 100%;
  margin-bottom: 0.2rem;
  font-size: 0;
  background-color: #fff;
  border-radius: 0.06rem;
  padding: 0 0.25rem;
  border: solid 1px #fff;
}

.messages .melom .mer .seletm .ic {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 0.25rem;
}

.messages .melom .mer .seletm .ic img {
  width: 100%;
  display: block;
}

.messages .melom .mer .seletm .select {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 20px - 0.25rem);
}

.messages .melom .mer .seletm .select .select-con {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 0;
}

.messages .melom .mer .seletm .select .select-con .select-value {
  display: block;
  width: 100%;
  background-color: #fff;
  line-height: 3;
  height: 3em;
  color: #666;
  background-color: #ffffff;
}

.messages .melom .mer .seletm .select .select-con select {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
}

.messages .melom .mer .seletm .select .select-con select option {
  color: #666;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 2.8;
  background: #fff;
}

.messages .melom .mer .seletm .select .select-con:after {
  display: inline-block;
  content: "";
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 16px;
  height: 9px;
  background-image: url("../images/x1c.png");
  background-size: 100%;
}

.messages .melom .mer .seletm:hover {
  border: solid 1px #8034c7;
}

.messages .melom .mer .texts {
  width: 100%;
  font-size: 0;
  background-color: #fff;
  border-radius: 0.06rem;
  padding: 0.15rem 0.25rem;
  border: solid 1px #fff;
}

.messages .melom .mer .texts .ic {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  margin-right: 0.25rem;
}

.messages .melom .mer .texts .ic img {
  width: 100%;
  display: block;
}

.messages .melom .mer .texts textarea {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 20px - 0.25rem);
  border: none;
  line-height: 1.5;
  background-color: #fff;
  color: #333;
}

.messages .melom .mer .texts:hover {
  border: solid 1px #8034c7;
}

.messages .melom .mer .voy {
  width: 100%;
  font-size: 0;
  margin-top: 0.2rem;
  text-align: center;
}

.messages .melom .mer .voy .stn {
  display: inline-block;
  vertical-align: middle;
  line-height: 3;
  color: #fff;
  cursor: pointer;
  border-radius: 1.5em;
  padding: 0 0.5rem;
  border: none;
  background-color: #8034c7;
}

@media (max-width: 800px) {
  .messages .melom {
    width: 100%;
  }
  .messages .melom .mel {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.2rem;
  }
  .messages .melom .mel .mop {
    flex: 1;
    padding-right: 0.5rem;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin-bottom: 0;
  }
  .messages .melom .mel .more {
    display: inline-block;
    vertical-align: middle;
    width: auto;
  }
  .messages .melom .mer {
    width: 100%;
  }
  .messages .melom .mer .row .input {
    width: 100%;
    margin-right: 0;
  }
}

.nanber {
  width: 100%;
  position: relative;
}

.nanber .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.nanber .imgs .img {
  width: 100%;
  padding-top: 20.83%;
}

.main {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #f8f9fd;
  padding-bottom: 1rem;
}

.main:before {
  content: ' ';
  position: absolute;
  height: 4rem;
  background-color: #9253d7;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 0;
}

.main:after {
  content: ' ';
  position: absolute;
  height: 10.38rem;
  background-image: url("../images/bg5.png");
  background-size: 100% 100%;
  top: 4rem;
  width: calc((802 / 1920 * 100%));
  left: 0;
  z-index: 0;
}

.crumbs {
  width: 100%;
  padding: 0.5rem 0;
}

.crumbs .crum {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.crumbs .crum .cul {
  display: inline-block;
  vertical-align: middle;
}

.crumbs .crum .cul .cio {
  width: 100%;
  color: #fff;
  line-height: 1.3;
  font-weight: bold;
}

.crumbs .crum .cul .cuvm {
  width: 100%;
  font-size: 0;
}

.crumbs .crum .cul .cuvm .home {
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 19px;
  position: relative;
  top: -0.02rem;
  margin-right: 0.15rem;
}

.crumbs .crum .cul .cuvm .home img {
  width: 100%;
  display: block;
}

.crumbs .crum .cul .cuvm a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 3.5;
}

.crumbs .crum .cul .cuvm a span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  margin: 0 0.1rem;
}

.crumbs .crum .cul .cuvm a:hover span {
  color: #fff;
}

.crumbs .crum .cul .cuvm a:last-child span {
  display: none;
}

.crumbs .crum .cur {
  display: inline-block;
  vertical-align: middle;
  flex: 1;
  width: auto;
}

.crumbs .crum .cur .swiper-wrapper {
  justify-content: flex-end;
}

.crumbs .crum .cur .swiper-container {
  width: 100%;
}

.crumbs .crum .cur .swiper-slide {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.crumbs .crum .cur .swiper-slide a {
  width: 100%;
  display: block;
  padding: 0 0.1rem;
  color: #cba3f7;
  line-height: 3.5;
}

.crumbs .crum .cur .swiper-slide.on a, .crumbs .crum .cur .swiper-slide:hover a {
  color: #fff;
}

.company {
  width: 100%;
  background-color: #fff;
  border-radius: 0.1rem;
  overflow: hidden;
  padding: 0.6rem 0.4rem;
}

.company .compm {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

.company .compm .col {
  display: inline-block;
  vertical-align: middle;
  width: calc((560 / 1200 * 100%));
  position: relative;
  border-radius: 0.1rem;
}

.company .compm .col .img {
  width: 100%;
  padding-top: 60.71%;
  border-radius: 0.1rem;
}

.company .compm .col .after {
  position: absolute;
  right: 100%;
  top: 30%;
  transform: translateY(-50%);
  width: calc((181 / 1200 * 100%));
}

.company .compm .col .after .cg {
  width: 100%;
  padding-top: 127.77%;
}

.company .compm .cor {
  display: inline-block;
  vertical-align: middle;
  width: calc((585 / 1200 * 100%));
}

.company .compm .cor .cop {
  width: 100%;
  margin-bottom: 0.4rem;
}

.company .compm .cor .cop .ct {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.company .compm .cor .cop .cv {
  width: 100%;
  color: #7b40bc;
  line-height: 1.5;
}

.company .compm .cor .cip {
  width: 100%;
  color: #555;
  line-height: 1.5;
}

.company .compm .cor .cip p {
  color: #555;
  line-height: 1.5;
}

.company .cinp {
  width: 100%;
  margin-top: 0.4rem;
  color: #555;
  line-height: 1.5;
}

.company .cinp p {
  color: #555;
  line-height: 1.5;
}

.history {
  width: 100%;
}

.history .hit {
  width: 100%;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 0.6rem;
}

.history .histom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.history .histom .hil {
  display: inline-block;
  vertical-align: middle;
  width: calc((300 / 1200 * 100%));
  height: 3.8rem;
  position: relative;
  border-right: solid 1px #683b9a;
}

.history .histom .hil .swiper-container {
  width: 100%;
  height: 100%;
}

.history .histom .hil .swiper-slide {
  width: 100%;
  transform: scale(0.9);
  cursor: pointer;
  border-top: solid 1px transparent;
  border-bottom: solid 1px transparent;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.history .histom .hil .swiper-slide span {
  display: inline-block;
  vertical-align: middle;
  color: rgba(51, 51, 51, 0.4);
}

.history .histom .hil .swiper-slide.on {
  transform: scale(1);
  border-top: solid 1px #7e45b3;
  border-bottom: solid 1px #7e45b3;
}

.history .histom .hil .swiper-slide.on span {
  color: #7b40bc;
  font-weight: bold;
}

.history .histom .hil .btn {
  position: absolute;
  z-index: 5;
  right: 0.3rem;
  transform: translateY(-50%);
  display: inline-block;
  vertical-align: middle;
  width: 0.3rem;
  height: 0.3rem;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-color: #fff;
}

.history .histom .hil .btn img {
  width: 100%;
  display: block;
}

.history .histom .hil .bl {
  top: 40%;
}

.history .histom .hil .br {
  top: 60%;
}

.history .histom .hir {
  display: inline-block;
  vertical-align: middle;
  width: calc((834 / 1200) * 100%);
}

.history .histom .hir .hirom {
  width: 100%;
  display: none;
}

.history .histom .hir .hirom.on {
  display: block;
}

.history .histom .hir .hiom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}

.history .histom .hir .hiom .homl {
  display: inline-block;
  vertical-align: middle;
  width: calc((400 / 834 * 100%));
  position: relative;
  overflow: hidden;
  border-radius: 0.1rem;
}

.history .histom .hir .hiom .homl .img {
  width: 100%;
  padding-top: 77.5%;
}

.history .histom .hir .hiom .homr {
  display: inline-block;
  vertical-align: middle;
  width: calc((400 / 834 * 100%));
}

.history .histom .hir .hiom .homr .pit {
  width: 100%;
  color: #7e45b3;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0.2rem;
  text-shadow: 9px 7px 13px rgba(126, 69, 179, 0.47);
}

.history .histom .hir .hiom .homr .pinp {
  width: 100%;
  color: #555;
  line-height: 1.5;
}

.history .histom .hir .hiom .homr .pinp p {
  color: #555;
  line-height: 1.5;
}

@media (max-width: 800px) {
  .history .histom {
    width: 100%;
  }
  .history .histom .hil {
    height: auto;
    border: none;
  }
  .history .histom .hil .swiper-container {
    width: calc(100% - 70px);
    display: block;
    margin: 0 auto;
  }
  .history .histom .hil .swiper-slide {
    border: none !important;
    padding: 0.1rem 0;
    width: auto;
    padding: 0 0.3rem;
  }
  .history .histom .hil .swiper-slide span {
    line-height: 3;
  }
  .history .histom .hil .bl {
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
  }
  .history .histom .hil .br {
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
  }
}

.teams {
  width: 100%;
  background-color: #fff;
  border-radius: 0.1rem;
  overflow: hidden;
  padding: 0.6rem 0.4rem;
}

.teams .tit {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.3rem;
  text-align: center;
}

.teams .cinp {
  width: 100%;
  color: #555;
  line-height: 1.8;
}

.teams .cinp p {
  color: #555;
  line-height: 1.8;
}

.teams .cinp img {
  max-width: 100%;
}

.teams .tip {
  width: 100%;
  font-size: 0;
  margin-top: 0.4rem;
}

.teams .tip .tm {
  display: inline-block;
  vertical-align: middle;
  color: #888;
  line-height: 2;
  margin-right: 0.4rem;
}

.teams .tip .tm span {
  color: #683b9a;
}

.teams .recruitlis {
  width: 100%;
  font-size: 0;
}

.teams .recruitlis .recuim {
  width: 100%;
}

.teams .recruitlis .recuim .ritle {
  width: 100%;
  padding: 0 0.4rem;
  background-color: rgba(104, 59, 154, 0.1);
  border-radius: 5px;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
}

.teams .recruitlis .recuim .ritle .rm {
  display: inline-block;
  vertical-align: middle;
  color: #683b9a;
  line-height: 3;
}

.teams .recruitlis .recuim .ritle .ic {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  transition: all ease 0.5s;
}

.teams .recruitlis .recuim .ritle .ic img {
  width: 100%;
  display: block;
}

.teams .recruitlis .recuim .ritle .ic img:first-child {
  display: block;
}

.teams .recruitlis .recuim .ritle .ic img:last-child {
  display: none;
}

.teams .recruitlis .recuim .ritle:hover {
  background-color: #683b9a;
}

.teams .recruitlis .recuim .ritle:hover .rm {
  color: #fff;
}

.teams .recruitlis .recuim .ritle:hover .ic img:first-child {
  display: none;
}

.teams .recruitlis .recuim .ritle:hover .ic img:last-child {
  display: block;
}

.teams .recruitlis .recuim .recont {
  width: 100%;
  display: none;
  padding: 0.4rem;
}

.teams .recruitlis .recuim .recont .ritm {
  width: 100%;
}

.teams .recruitlis .recuim .recont .ritm .ric {
  width: 100%;
  color: #683b9a;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

.teams .recruitlis .recuim .recont .ritm .rinp {
  width: 100%;
  color: #555;
  line-height: 1.5;
}

.teams .recruitlis .recuim .recont .ritm .rinp p {
  color: #555;
  line-height: 1.5;
}

.teams .recruitlis .recuim .recont .ritm + .ritm {
  margin-top: 0.3rem;
}

.teams .recruitlis .recuim.show .ritle {
  background-color: #683b9a;
}

.teams .recruitlis .recuim.show .ritle .rm {
  color: #fff;
}

.teams .recruitlis .recuim.show .ritle .ic {
  transform: rotate(180deg);
}

.teams .recruitlis .recuim.show .ritle .ic img:first-child {
  display: none;
}

.teams .recruitlis .recuim.show .ritle .ic img:last-child {
  display: block;
}

.teams .recruitlis .recuim + .recuim {
  margin-top: 0.2rem;
}

.teams .honrlis {
  width: 100%;
  font-size: 0;
}

.teams .honrlis .hoams {
  display: inline-block;
  vertical-align: top;
  width: calc((270 / 1200 * 100%));
  margin-right: calc((39 / 1200 * 100%));
  margin-bottom: 0.25rem;
}

.teams .honrlis .hoams a {
  width: 100%;
  display: block;
}

.teams .honrlis .hoams .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
  border: solid 1px #eee;
}

.teams .honrlis .hoams .imgs .img {
  width: 100%;
  padding-top: 125.92%;
  transition: all ease 0.5s;
}

.teams .honrlis .hoams .hm {
  width: 100%;
  text-align: center;
  line-height: 1.5;
  color: #555;
  margin-top: 0.15rem;
}

.teams .honrlis .hoams:nth-child(4n) {
  margin-right: 0;
}

.teams .honrlis .hoams:hover .imgs .img {
  transform: scale(1.1);
}

.teams .honpers {
  width: 100%;
  margin: 0.4rem 0;
}

.teams .honpers .swiper-container {
  padding-bottom: 0.4rem;
  padding-top: 0.2rem;
}

.teams .honpers .swiper-slide {
  width: 100%;
  font-size: 0;
  background-color: #683b9a;
  border-radius: 0.1rem;
  display: flex;
  flex-wrap: wrap;
  transform: scale(0.5);
  transition: all ease 0.5s;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.09);
}

.teams .honpers .swiper-slide .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all ease 0.5s;
}

.teams .honpers .swiper-slide .imgs {
  display: inline-block;
  vertical-align: middle;
  width: calc((270 / 540 * 100%));
  position: relative;
  overflow: hidden;
  border-radius: 0.1rem;
  background-color: #fff;
}

.teams .honpers .swiper-slide .imgs .img {
  width: 100%;
  padding-top: 125.92%;
  transition: all ease 0.5s;
}

.teams .honpers .swiper-slide .som {
  display: inline-block;
  vertical-align: middle;
  width: calc((270 / 540 * 100%));
  position: relative;
  padding: 0.3rem;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: relative;
}

.teams .honpers .swiper-slide .som:before {
  content: ' ';
  position: absolute;
  width: 0.4rem;
  height: 0.38rem;
  background-image: url("../images/i14.png");
  background-size: 100%;
  top: 0.3rem;
  left: 0.3rem;
  z-index: 1;
}

.teams .honpers .swiper-slide .som:after {
  content: ' ';
  position: absolute;
  width: 0.4rem;
  height: 0.38rem;
  background-image: url("../images/i13.png");
  background-size: 100%;
  right: 0.3rem;
  bottom: 0.3rem;
  z-index: 1;
}

.teams .honpers .swiper-slide .som .son {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  position: relative;
  z-index: 2;
}

.teams .honpers .swiper-slide .som .son p {
  color: #fff;
  line-height: 1.5;
}

.teams .honpers .swiper-slide .som .sim {
  width: 100%;
  font-size: 0;
  text-align: right;
  z-index: 2;
  position: relative;
  white-space: nowrap;
}

.teams .honpers .swiper-slide .som .sim .sm {
  display: inline-block;
  vertical-align: middle;
  width: 0.36rem;
  height: 1px;
  background-color: #fff;
}

.teams .honpers .swiper-slide .som .sim .sc {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1.5;
  margin-left: 0.1rem;
}

.teams .honpers .swiper-slide-active {
  transform: scale(1);
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.09);
}

.teams .honpers .swiper-slide-active .bg {
  background-color: transparent;
}

.teams .honpers .swiper-pagination {
  bottom: 0;
}

.teams .honpers .swiper-pagination-bullet-active {
  background-color: #683b9a;
}

.teams .advert {
  width: 100%;
}

.teams .advert .advom {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  padding: 0.6rem 0;
}

.teams .advert .advom .adl {
  display: inline-block;
  vertical-align: middle;
  width: calc((600 / 1200) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0.1rem;
}

.teams .advert .advom .adl .img {
  width: 100%;
  padding-top: 66.66%;
}

.teams .advert .advom .adr {
  display: inline-block;
  vertical-align: middle;
  width: calc((550 / 1200 * 100%));
}

.teams .advert .advom .adr .ait {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.4rem;
}

.teams .advert .advom .adr .adrom {
  width: 100%;
  font-size: 0;
}

.teams .advert .advom .adr .aom {
  width: 100%;
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  padding: 0.15rem 0;
}

.teams .advert .advom .adr .aom .ic {
  display: inline-block;
  vertical-align: middle;
  width: 0.45rem;
  height: 0.45rem;
  background-color: #9253d7;
  border-radius: 5px;
  margin-right: 0.2rem;
}

.teams .advert .advom .adr .aom .ic img {
  width: 100%;
  display: block;
}

.teams .advert .advom .adr .aom .com {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.65rem);
}

.teams .advert .advom .adr .aom .com .at {
  width: 100%;
  color: #888;
  line-height: 1.5;
}

.teams .advert .advom .adr .aom .com .ap {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.teams .advert .advom .adr .aom.w50 {
  width: 50%;
  padding-right: 0.2rem;
}

.teams .advert .advom:nth-child(2n) {
  flex-direction: row;
}

.teams .advert .advom:first-child {
  padding-top: 0;
}

.teams .advert .advom + .advom {
  border-top: solid 1px #eee;
}

.teams .Exhibition {
  width: 100%;
}

.teams .Exhibition .eit {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.3rem;
}

.teams .Exhibition .exhper {
  width: 100%;
}

.teams .Exhibition .exhper .swiper-slide {
  width: 100%;
}

.teams .Exhibition .exhper .swiper-slide .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0.1rem;
}

.teams .Exhibition .exhper .swiper-slide .imgs .img {
  width: 100%;
  padding-top: 64.28%;
  transition: all ease 0.5s;
}

.teams .Exhibition .exhper .swiper-slide .sim {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 1.5;
  margin-top: 0.15rem;
}

.teams .Exhibition .exhper .swiper-slide:hover .imgs .img {
  transform: scale(1.1);
}

.teams .caseslis {
  width: 100%;
  font-size: 0;
}

.teams .caseslis .casom {
  display: inline-block;
  vertical-align: top;
  width: calc((374 / 1200 * 100%));
  margin-right: calc((38 / 1200 * 100%));
  margin-bottom: 0.4rem;
}

.teams .caseslis .casom a {
  width: 100%;
  display: block;
}

.teams .caseslis .casom .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0.1rem;
}

.teams .caseslis .casom .imgs .img {
  width: 100%;
  padding-top: 69.51%;
  transition: all ease 0.5s;
}

.teams .caseslis .casom .aom {
  width: 100%;
  padding: 0.15rem 0 0;
}

.teams .caseslis .casom .aom .ait {
  width: 100%;
  color: #333;
  line-height: 1.5;
  height: 3em;
}

.teams .caseslis .casom .aom .aik {
  width: 100%;
  color: #888;
  line-height: 1.5;
}

.teams .caseslis .casom:nth-child(3n) {
  margin-right: 0;
}

.teams .caseslis .casom:hover .imgs .img {
  transform: scale(1.1);
}

.teams .caseslis .casom:hover .aom .ait {
  color: #9253d7;
}

.teams .contacts {
  width: 100%;
  font-size: 0;
}

.teams .contacts .citm {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 0.8rem;
}

.teams .contacts .citm .cip {
  width: 100%;
  color: #333;
  line-height: 1.5;
  position: relative;
  padding-left: 0.2rem;
  margin-bottom: 0.2rem;
}

.teams .contacts .citm .cip:after {
  content: ' ';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 3px;
  height: 0.24rem;
  background-color: #9253d7;
}

.teams .contacts .citm .cimp {
  width: 100%;
  color: #666;
  line-height: 1.8;
  padding-left: 0.2rem;
}

.teams .contacts .citm .cimp p {
  color: #666;
  line-height: 1.8;
}

.teams .contacts .citm:nth-child(2n) {
  margin-right: 0;
}

.teams .public {
  width: 100%;
}

.teams .public .cip {
  width: 100%;
  color: #333;
  line-height: 1.5;
  position: relative;
  padding-left: 0.2rem;
  margin-bottom: 0.2rem;
}

.teams .public .cip:after {
  content: ' ';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 3px;
  height: 0.24rem;
  background-color: #9253d7;
}

.teams .public .covm {
  width: 100%;
  padding-left: 0.1rem;
  font-size: 0;
}

.teams .public .covm .mg {
  display: inline-block;
  vertical-align: middle;
  width: 2.2rem;
}

.teams .public .covm .mg img {
  width: 100%;
  display: block;
}

.teams .message {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.teams .message .mel {
  display: inline-block;
  vertical-align: middle;
  width: calc((460 / 1200) * 100%);
  position: relative;
  overflow: hidden;
}

.teams .message .mel .img {
  width: 100%;
  padding-top: 124.56%;
}

.teams .message .mer {
  display: inline-block;
  vertical-align: middle;
  width: calc((680 / 1200 * 100%));
}

.teams .message .mer form {
  width: 100%;
  display: block;
}

.teams .message .mer .input {
  width: 100%;
  background-color: #f9f8fd;
  border-radius: 5px;
  font-size: 0;
  padding: 0 0.2rem;
}
.teams .message .mer .input.yzm{
  display: flex;
  margin-bottom: 0.2rem;
  padding-right: 0;
  overflow: hidden;
}

.teams .message .mer .input .ic {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  margin-right: 0.2rem;
}

.teams .message .mer .input .ic img {
  width: 100%;
  display: block;
}

.teams .message .mer .input .inp {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.2rem - 22px);
}

.teams .message .mer .input .inp input {
  width: 100%;
  display: block;
  border: none;
  background-color: transparent;
  color: #333;
  line-height: 3.5;
  height: 3.5em;
}
.teams .message .mer .input.yzm .ymg{
  height: 3.5em;
  display: inline-block;
  vertical-align: middle;
}
.teams .message .mer .input.yzm .inp{
  flex: 1;
  padding-right: 0.2rem;
}

.teams .message .mer .input + .input {
  margin-top: 0.2rem;
}

.teams .message .mer .text {
  width: 100%;
  font-size: 0;
  padding: 0 0.2rem;
  background-color: #f9f8fd;
  border-radius: 5px;
  margin: 0.2rem 0;
}

.teams .message .mer .text .ic {
  display: inline-block;
  vertical-align: top;
  width: 22px;
  margin-top: calc(1.6em - 11px);
  margin-right: 0.2rem;
}

.teams .message .mer .text .ic img {
  width: 100%;
  display: block;
}

.teams .message .mer .text .txt {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 0.2rem - 22px);
}

.teams .message .mer .text .txt textarea {
  width: 100%;
  display: block;
  line-height: 1.5;
  padding: 0.15rem 0;
  color: #333;
  border: none;
  background-color: transparent;
}

.teams .message .mer .sub {
  width: 100%;
  font-size: 0;
}

.teams .message .mer .sub input {
  display: inline-block;
  vertical-align: middle;
  background-color: #7e45b3;
  line-height: 3.2;
  border-radius: 1.6em;
  padding: 0 0.6rem;
  color: #fff;
  cursor: pointer;
  border: none;
}

.teams .downloads {
  width: 100%;
  font-size: 0;
}

.teams .downloads .ditm {
  width: 100%;
  font-size: 0;
  background-color: #f9f8fd;
  border-radius: 0.1rem;
}

.teams .downloads .ditm a {
  width: 100%;
  display: block;
  padding: 0.2rem 0.4rem;
}

.teams .downloads .ditm .dm {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1.5;
  width: calc(100% - 5.6rem);
}

.teams .downloads .ditm .time, .teams .downloads .ditm .size {
  display: inline-block;
  vertical-align: middle;
  color: #888;
  line-height: 1.5;
  width: 2rem;
  text-align: center;
}

.teams .downloads .ditm .coop {
  display: inline-block;
  vertical-align: middle;
  width: 1.6rem;
  text-align: center;
}

.teams .downloads .ditm .coop span {
  display: inline-block;
  vertical-align: middle;
  width: 1.3rem;
  background-color: #ece6f5;
  color: #9253d7;
  line-height: 2.8;
  border-radius: 1.4em;
  text-align: center;
  cursor: pointer;
}

.teams .downloads .ditm:hover .dm {
  color: #9253d7;
}

.teams .downloads .ditm:hover .coop span {
  background-color: #9253d7;
  color: #fff;
}

.teams .downloads .ditm + .ditm {
  margin-top: 0.2rem;
}

.teams .newom {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.teams .newom a {
  width: 100%;
  display: block;
}

.teams .newom .nel {
  display: inline-block;
  vertical-align: top;
  width: calc((460 / 1200 * 100%));
  border-radius: 0.1rem;
  position: relative;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.teams .newom .nel .img {
  width: 100%;
  padding-top: 69.56%;
  transition: all ease 0.5s;
}

.teams .newom .ner {
  margin-left: calc(185 / 1200 * 100%);
  display: inline-block;
  vertical-align: top;
  width: calc((1015 / 1200 * 100%));
  background-color: #f9f8fd;
  border-radius: 0.1rem;
  padding: 0.5rem 0.8rem 0.5rem calc((335 / 1200) * 100%);
}

.teams .newom .ner .nt {
  width: 100%;
  color: #7b40bc;
  line-height: 1.5;
}

.teams .newom .ner .np {
  width: 100%;
  color: #333;
  line-height: 1.5;
  height: 3em;
  margin: 0.25rem 0;
}

.teams .newom .ner .nm {
  width: 100%;
  color: #888;
  line-height: 1.5;
  height: 3em;
  margin: 0.25rem 0;
}

.teams .newom .ner .more {
  width: 100%;
  font-size: 0;
  margin-top: 0.4rem;
}

.teams .newom .ner .more .mn {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 0 0.3rem;
  color: #fff;
  line-height: 3;
  background-color: #7e45b3;
  border-radius: 1.5em;
}

.teams .newom .ner .more .mn span {
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  margin-left: 0.15rem;
}

.teams .newom .ner .more .mn span img {
  width: 100%;
  display: block;
}

.teams .newlist {
  width: 100%;
  font-size: 0;
  margin-top: 0.5rem;
}

.teams .newlist .newom {
  width: 100%;
  font-size: 0;
  background-color: #f9f8fd;
  border-radius: 0.1rem;
  border: solid 1px #f9f8fd;
}

.teams .newlist .newom a {
  width: 100%;
  display: block;
  padding: 0.5rem 0.4rem;
}

.teams .newlist .newom .day {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  border-radius: 0.1rem;
  background-color: rgba(126, 69, 179, 0.1);
  text-align: center;
  padding: 0.2rem;
  margin-right: 0.4rem;
  transition: all ease 0.5s;
}

.teams .newlist .newom .day .dt {
  width: 100%;
  color: #7e45b3;
  line-height: 1.3;
}

.teams .newlist .newom .day .dm {
  width: 100%;
  color: rgba(126, 69, 179, 0.5);
  line-height: 1.5;
}

.teams .newlist .newom .wom {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.4rem - 100px);
}

.teams .newlist .newom .wom .wt {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.teams .newlist .newom .wom .wp {
  width: 100%;
  color: #888;
  line-height: 1.5;
  margin-top: 0.15rem;
}

.teams .newlist .newom:hover {
  border: solid 1px #683b9a;
}

.teams .newlist .newom:hover .day {
  background-color: #7e45b3;
}

.teams .newlist .newom:hover .day .dt {
  color: #fff;
}

.teams .newlist .newom:hover .day .dm {
  color: rgba(255, 255, 255, 0.5);
}

.teams .newlist .newom:hover .wom .wt {
  color: #7e45b3;
}

.teams .newlist .newom + .newom {
  margin-top: 0.4rem;
}

.teams .nore {
  width: 100%;
  margin-top: 0.5rem;
}

.teams .nore a {
  width: 100%;
  display: block;
  background-color: #7e45b3;
  border-radius: 0.1rem;
  color: #fff;
  line-height: 3;
  text-align: center;
}

.teams .nore a span {
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  margin-right: 0.2rem;
  position: relative;
  top: -0.01rem;
}

.teams .nore a span img {
  width: 100%;
  display: block;
}

.teams .details {
  width: 100%;
}

.teams .details .dit {
  width: 100%;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 0.25rem;
}

.teams .details .dim {
  width: 100%;
  font-size: 0;
  margin: 0.25rem 0;
  text-align: center;
}

.teams .details .dim .sm {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  line-height: 1.5;
  margin: 0 0.15rem 0.1rem;
}

.teams .details .dinp {
  width: 100%;
  color: #666;
  line-height: 1.8;
  margin: 0.3rem 0;
  padding: 0.3rem 0;
  border-top: solid 1px #eee;
}

.teams .details .dinp p {
  color: #666;
  line-height: 1.8;
}

.teams .details .back {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.teams .details .back a {
  display: inline-block;
  vertical-align: middle;
  background-color: #7e45b3;
  line-height: 3;
  border-radius: 1.5em;
  color: #fff;
  padding: 0 0.3rem;
  width: auto;
}

.teams .details .back a span {
  display: inline-block;
  vertical-align: middle;
  margin-right: .15rem;
  width: 19px;
  position: relative;
  top: -0.01rem;
}

.teams .details .back a span img {
  width: 100%;
  display: block;
}

.teams .testing {
  width: 100%;
}

.teams .testing .tompm {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

.teams .testing .tompm .tol {
  display: inline-block;
  vertical-align: middle;
  width: calc((560 / 1200 * 100%));
  position: relative;
  border-radius: 0.1rem;
}

.teams .testing .tompm .tol .img {
  width: 100%;
  padding-top: 60.71%;
  border-radius: 0.1rem;
}

.teams .testing .tompm .tor {
  display: inline-block;
  vertical-align: middle;
  width: calc((585 / 1200 * 100%));
}

.teams .testing .tompm .tor .cop {
  width: 100%;
  margin-bottom: 0.5rem;
}

.teams .testing .tompm .tor .cop .ct {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.teams .testing .tompm .tor .cip {
  width: 100%;
  color: #555;
  line-height: 1.8;
}

.teams .testing .tompm .tor .cip p {
  color: #555;
  line-height: 1.8;
}

.teams .testing .tinp {
  width: 100%;
  margin-top: 0.4rem;
  color: #555;
  line-height: 1.8;
}

.teams .testing .tinp p {
  color: #555;
  line-height: 1.8;
}

.teams .testing .testlist {
  width: 100%;
  margin-top: 0.5rem;
}

.teams .testing .testlist .tieom {
  width: 100%;
}

.teams .testing .testlist .tieom .title {
  width: 100%;
  background-color: #9253d7;
  border-radius: 5px;
  padding: 0.15rem 0.3rem;
  font-size: 0;
}

.teams .testing .testlist .tieom .title .ic {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  margin-right: 0.12rem;
}

.teams .testing .testlist .tieom .title .ic img {
  width: 100%;
  display: block;
}

.teams .testing .testlist .tieom .title .cc {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1.5;
}

.teams .testing .testlist .tieom .eonmt {
  width: 100%;
  padding: 0.3rem 0;
  font-size: 0;
}

.teams .testing .testlist .tieom .eonmt .euls {
  width: 100%;
  font-size: 0;
}

.teams .testing .testlist .tieom .eonmt .euls .eul {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-right: 4%;
  color: #555;
  line-height: 2;
}

.teams .testing .testlist .tieom .eonmt .euls .eul p {
  color: #555;
  line-height: 2;
}

.teams .testing .testlist .tieom .eonmt .euls .eul:nth-child(2n) {
  margin-right: 0;
}

.teams .testing .testlist .tieom .eonmt .einp {
  width: 100%;
  color: #555;
  line-height: 1.8;
}

.teams .testing .testlist .tieom .eonmt .einp p {
  color: #555;
  line-height: 1.8;
}

.teams .testing .testlist .tieom .eonmt .einp img {
  max-width: 100%;
}

.teams .testing .testlist .tieom .eonmt .einp span {
  color: #555;
  line-height: 1.8;
}

.teams .testing .testlist .tieom .eonmt .downlis {
  width: 100%;
  font-size: 0;
}

.teams .testing .testlist .tieom .eonmt .downlis .damc {
  display: inline-block;
  vertical-align: top;
  width: calc((580 / 1200 * 100%));
  margin-bottom: 0.3rem;
  margin-right: calc((39 / 1200) * 100%);
  background-color: #f9f8fd;
  border-radius: 0.1rem;
  font-size: 0;
}

.teams .testing .testlist .tieom .eonmt .downlis .damc a {
  width: 100%;
  display: block;
  padding: 0.3rem 0.4rem;
}

.teams .testing .testlist .tieom .eonmt .downlis .damc .dml {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 1.4rem);
  width: calc(100% - 120px);
}

.teams .testing .testlist .tieom .eonmt .downlis .damc .dml .mm {
  width: 100%;
  color: #333;
  line-height: 1.5;
  height: 3em;
}

.teams .testing .testlist .tieom .eonmt .downlis .damc .dml .mo {
  width: 100%;
  color: #888;
  line-height: 1.5;
  margin-top: 0.15rem;
}

.teams .testing .testlist .tieom .eonmt .downlis .damc .dmr {
  display: inline-block;
  vertical-align: middle;
  width: 1.4rem;
  text-align: right;
  width: 120px;
}

.teams .testing .testlist .tieom .eonmt .downlis .damc .dmr span {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  text-align: center;
  width: auto;
  padding: 0 0.28rem;
  color: #7e45b3;
  line-height: 3;
  border-radius: 1.5em;
  background-color: #ece6f5;
}

.teams .testing .testlist .tieom .eonmt .downlis .damc:hover .dml .mm {
  color: #7e45b3;
}

.teams .testing .testlist .tieom .eonmt .downlis .damc:hover .dmr span {
  background-color: #7e45b3;
  color: #fff;
}

.teams .testing .testlist .tieom .eonmt .downlis .damc:nth-child(2n) {
  margin-right: 0;
}

.teams .testing .testlist .tieom .eonmt .photos {
  width: 100%;
  font-size: 0;
}

.teams .testing .testlist .tieom .eonmt .photos .phom {
  display: inline-block;
  vertical-align: top;
  width: calc((278 / 1200) * 100%);
  margin-right: calc((29 / 1200) * 100%);
  overflow: hidden;
  border-radius: 0.1rem;
  position: relative;
  margin-bottom: 0.3rem;
}

.teams .testing .testlist .tieom .eonmt .photos .phom a {
  width: 100%;
  display: block;
}

.teams .testing .testlist .tieom .eonmt .photos .phom .img {
  width: 100%;
  padding-top: 64.74%;
  transition: all ease 0.5s;
}

.teams .testing .testlist .tieom .eonmt .photos .phom:nth-child(4n) {
  margin-right: 0;
}

.teams .testing .testlist .tieom .eonmt .photos .phom:hover .img {
  transform: scale(1.1);
}

.teams .testing .testlist .tieom + .tieom {
  margin-top: 0.3rem;
}

.teams .securiper {
  width: 100%;
  background-color: #f9f8fd;
  border-radius: 6px;
  position: relative;
  margin-bottom: 0.8rem;
  overflow: hidden;
}

.teams .securiper .swiper-container {
  margin: 0 auto;
  width: calc(100% - 80px);
}

.teams .securiper .swiper-slide {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.teams .securiper .swiper-slide a {
  color: #333;
  line-height: 3.5;
  padding: 0 0.25rem;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  position: relative;
}

.teams .securiper .swiper-slide a:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  background-color: #9253d7;
  height: 2px;
  opacity: 0;
}

.teams .securiper .swiper-slide.on a, .teams .securiper .swiper-slide:hover a {
  color: #9253d7;
}

.teams .securiper .swiper-slide.on a:after, .teams .securiper .swiper-slide:hover a:after {
  opacity: 1;
}

.teams .securiper .btn {
  position: absolute;
  height: 100%;
  top: 0;
  background-color: #d9c8eb;
  width: 40px;
  cursor: pointer;
}

.teams .securiper .btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 19px;
  height: 19px;
  transform: translate(-50%, -50%);
}

.teams .securiper .btn img:first-child {
  display: none;
}

.teams .securiper .btn img:last-child {
  display: block;
}

.teams .securiper .btn:hover {
  background-color: #9253d7;
}

.teams .securiper .btn:hover img:first-child {
  display: block;
}

.teams .securiper .btn:hover img:last-child {
  display: none;
}

.teams .securiper .bl {
  left: 0;
}

.teams .securiper .br {
  right: 0;
}

.teams .searov {
  width: 100%;
  max-width: 11rem;
  margin: 0 auto 0.5rem;
}

.teams .searov form {
  width: 100%;
  display: block;
  font-size: 0;
  background-color: #f9f8fd;
  border-radius: 0.3rem;
  overflow: hidden;
}

.teams .searov .inp {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 1.7rem);
  padding: 0 0.5rem;
  color: #333;
  line-height: 3.2;
  height: 3.2em;
  border: none;
  background-color: transparent;
}

.teams .searov .sub {
  width: 1.7rem;
  display: inline-block;
  vertical-align: middle;
  border: none;
  background-color: #7e45b3;
  color: #fff;
  line-height: 3.2;
  height: 3.2em;
  text-align: center;
  cursor: pointer;
}

.teams .policylis {
  width: 100%;
}

.teams .policylis .polem {
  width: 100%;
}

.teams .policylis .polem a {
  width: 100%;
  display: block;
  background-color: #f9f8fd;
  border-radius: 10px;
  padding: 0.3rem 0.4rem;
  transition: all ease 0.5s;
}

.teams .policylis .polem .pop {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.teams .policylis .polem .pop .pls {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 100px);
  color: #333;
  line-height: 1.5;
}

.teams .policylis .polem .pop .rs {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  line-height: 1.5;
  text-align: right;
}

.teams .policylis .polem .mk {
  width: 100%;
  margin-top: 0.1rem;
  color: #888;
  line-height: 1.5;
}

.teams .policylis .polem + .polem {
  margin-top: 0.2rem;
}

.teams .policylis .polem:hover a {
  background-color: #9253d7;
}

.teams .policylis .polem:hover .pop .pls {
  color: #fff;
}

.teams .policylis .polem:hover .pop .rs {
  color: rgba(255, 255, 255, 0.5);
}

.teams .policylis .polem:hover .mk {
  color: rgba(255, 255, 255, 0.5);
}

.teams .photos {
  width: 100%;
}

.teams .securm {
  width: 100%;
}

.teams .securm .secom {
  width: 100%;
  display: none;
}

.teams .securm .secom.on {
  display: block;
}

@media (max-width: 800px) {
  .teams .message .mel .img {
    padding-top: 50%;
  }
  .teams .downloads .ditm .dm {
    width: calc(100% - 2rem);
    padding-right: 0.2rem;
  }
  .teams .downloads .ditm .coop {
    width: 2rem;
  }
  .teams .downloads .ditm .coop span {
    width: 100%;
  }
  .teams .downloads .ditm .time, .teams .downloads .ditm .size {
    display: none;
  }
  .teams .newom .nel {
    width: 100%;
    position: relative;
  }
  .teams .newom .ner {
    width: 100%;
    padding: 20px;
    margin: 0;
  }
}

.results {
  width: 100%;
}

.results .rips {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.results .rips a {
  display: inline-block;
  color: #333;
  line-height: 1.5;
  margin-right: 0.25rem;
}

.results .rips a i {
  display: inline-block;
  margin: 0 0.06rem;
  color: #9253d7;
  font-style: normal;
}

.results .resulis {
  width: 100%;
  margin-top: 0.4rem;
}

.results .resulis .reuom {
  width: 100%;
  border: solid 1px #ddd;
  transition: all ease 0.5s;
  border-radius: 0.2rem;
}

.results .resulis .reuom a {
  width: 100%;
  display: block;
  padding: 0.3rem 0.25rem;
}

.results .resulis .reuom .cit {
  width: 100%;
  font-size: 0;
}

.results .resulis .reuom .cit .cp {
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 6em);
  color: #333;
  line-height: 1.5;
  padding-right: 0.2rem;
}

.results .resulis .reuom .cit .cp span {
  color: #9253d7;
}

.results .resulis .reuom .cit .tic {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  width: 6em;
  line-height: 2;
  text-align: center;
  border-radius: 1em;
  background-color: #9253d7;
}

.results .resulis .reuom .vim {
  width: 100%;
  color: #888;
  line-height: 2;
  margin-top: 0.08rem;
}

.results .resulis .reuom:hover {
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: 0px 0px 45px 1px rgba(0, 0, 0, 0.1);
}

.results .resulis .reuom + .reuom {
  margin-top: 0.3rem;
}

.pages {
  width: 100%;
  padding: 0.4rem 0;
  font-size: 0;
  text-align: center;
}

.pages .page {
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  color: #666;
  background-color: #fff;
  margin: 0 0.1rem;
  border-radius: 50%;
}

.pages .page.ltn {
  background-color: #f4f4f4;
  background-image: url("../images/b1.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: none;
}

.pages .page.rtn {
  background-color: #f4f4f4;
  background-image: url("../images/b2.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: none;
}

.pages .page.on {
  background-color: #9253d7;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 65, 62, 0.1);
}

.pages .page.ltn:hover {
  background-color: #9253d7;
  background-image: url("../images/b3.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: none;
}

.pages .page.on.ltn {
  background-color: #9253d7;
  background-image: url("../images/b3.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: none;
}

.pages .page.on.rtn {
  background-color: #9253d7;
  background-image: url("../images/b4.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: none;
}

.pages .page.rtn:hover {
  background-color: #9253d7;
  background-image: url("../images/b4.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: none;
}

.pages .page.auto {
  width: auto;
  padding: 0 0.24rem;
}

.pages .page:hover {
  background-color: #9253d7;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 65, 62, 0.1);
}

@media (max-width: 900px) {
  .pages .page {
    width: 0.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
  }
}

.rightnav {
  position: fixed;
  right: 0.15rem;
  background-color: #7e45b3;
  box-shadow: 4px 5px 13px 0px rgba(157, 33, 254, 0.29);
  border-radius: 0.25rem;
  top: 60%;
  transform: translateY(-50%);
  z-index: 4;
  padding: 0.1rem 0;
}

.rightnav .ritm {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  display: block;
  position: relative;
}

.rightnav .ritm .xm, .rightnav .ritm img {
  width: 100%;
  display: block;
}

.rightnav .ritm .xm img:first-child {
  display: block;
}

.rightnav .ritm .xm img:last-child {
  display: none;
}

.rightnav .ritm:hover {
  background-color: #efe7f7;
}

.rightnav .ritm:hover .xm img:first-child {
  display: none;
}

.rightnav .ritm:hover .xm img:last-child {
  display: block;
}

.rightnav .ritm:hover .roms {
  opacity: 1;
  z-index: 3;
}

.rightnav .ritm:hover .copm {
  visibility: visible;
  opacity: 1;
  z-index: 3;
}

.rightnav .roms {
  position: absolute;
  z-index: -1;
  right: 0;
  border-radius: 0.25rem;
  background-color: #efe7f7;
  padding: 0 0.2rem;
  white-space: nowrap;
  font-size: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}

.rightnav .roms a {
  width: 100%;
  display: block;
}

.rightnav .roms .ic {
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.15rem;
}

.rightnav .roms .ic img {
  width: 100%;
  display: block;
}

.rightnav .roms .cm {
  display: inline-block;
  vertical-align: middle;
  color: #8034c7;
  line-height: 1.5;
}

.rightnav .copm {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  top: 50%;
  right: 103%;
  transform: translateY(-50%);
  background-color: #efe7f7;
  padding: 0.1rem;
}

.rightnav .copm .mg {
  width: 100%;
  display: block;
  width: 1.1rem;
}

.rightnav .copm .mg img {
  width: 100%;
  display: block;
}

.rightnav .copm .mx {
  width: 100%;
  color: #333;
  line-height: 1.5;
  text-align: center;
  margin-top: 0.08rem;
}

@media (max-width: 900px) {
  .rightnav .ritm {
    width: 40px;
    height: 40px;
  }
  .rightnav .roms .ic {
    width: 40px;
    height: 40px;
  }
}
